home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / HTMLGate 12.2.1B / htmlgate.exe / {app} / Templates / frame_contents.tmpl < prev    next >
Text File  |  2003-04-18  |  461b  |  17 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
  2. <HTML>
  3.    <HEAD>
  4.       <TITLE></TITLE>
  5.    </HEAD>
  6.    <FRAMESET COLS="150,*">
  7.       <FRAME NAME="contents" TARGET="main" SRC="YOURSITE.htm">
  8.       <FRAME NAME="main" SRC="YOURSITE.htm">
  9.       <NOFRAMES>
  10.          <BODY>
  11.             <P>
  12.                This page uses frames, but your browser doesn't support them.
  13.             </P>
  14.          </BODY>
  15.       </NOFRAMES>
  16.    </FRAMESET>
  17. </HTML>